home *** CD-ROM | disk | FTP | other *** search
/ Super Screensavers Collection 2.0 / Super Screen Savers Collection.iso / O / Off Beat / UNINSTAL.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-02-18  |  857 b   |  26 lines

  1. @ECHO OFF
  2. ECHO Uninstall will remove the screen saver from your harddisk
  3. ECHO assuming that it was installed in c:\seapict4
  4. ECHO This command must be run from the installation floppy disk.
  5. ECHO Answer 'Y' (yes) to the prompts to delete the files
  6. pause
  7. If not exist c:\seapict4\seapict4.exe goto manual
  8. ECHO ON
  9. del c:\seapict4\*.*
  10. rmdir c:\seapict4
  11. @ECHO OFF
  12. if not exist c:\windows\seap8119.scr goto manual
  13. ECHO ON
  14. del c:\windows\seap8119.scr
  15. del c:\windows\seap8119.ini
  16. del c:\windows\pgx.ini
  17. @ECHO OFF
  18. goto end
  19. :MANUAL
  20. ECHO The screen saver was not installed in the default location.
  21. ECHO To remove the screen saver, delete all of the files in the
  22. ECHO installation directory you specified during installation.
  23. ECHO You must also remove three files - SEAP8119.SCR, PGX.INI
  24. ECHO and SEAP8119.INI from your Windows directory.
  25. :end
  26.